golang.org/x/crypto/blake2b.xof.d (field)
14 uses
golang.org/x/crypto/blake2b (current package)
blake2x.go#L67: d: digest{
blake2x.go#L73: copy(x.d.key[:], key)
blake2x.go#L79: d digest
blake2x.go#L92: return x.d.Write(p)
blake2x.go#L101: return x.d.BlockSize()
blake2x.go#L110: x.d.Reset()
blake2x.go#L111: x.d.h[1] ^= uint64(x.length) << 32
blake2x.go#L123: x.d.finalize(&x.root)
blake2x.go#L154: x.d.initConfig(&x.cfg)
blake2x.go#L155: x.d.Write(x.root[:])
blake2x.go#L156: x.d.finalize(&x.block)
blake2x.go#L170: x.d.initConfig(&x.cfg)
blake2x.go#L171: x.d.Write(x.root[:])
blake2x.go#L172: x.d.finalize(&x.block)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)